Laravel.io
<?php
// PHP 5.3 and later:
namespace Vendor\Model;

class Foo
{
}

<?php
// PHP 5.2.x and earlier:
class Vendor_Model_Foo
{
}

Please note that all pasted data is publicly available.