{"id":19552265,"url":"https://github.com/simonewebdesign/pier-companies","last_synced_at":"2026-05-07T16:19:36.409Z","repository":{"id":6875534,"uuid":"8124680","full_name":"simonewebdesign/pier-companies","owner":"simonewebdesign","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-28T13:28:44.000Z","size":3404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-20T16:24:44.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonewebdesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-10T16:22:15.000Z","updated_at":"2013-11-01T17:16:10.000Z","dependencies_parsed_at":"2022-08-26T07:11:05.838Z","dependency_job_id":null,"html_url":"https://github.com/simonewebdesign/pier-companies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonewebdesign/pier-companies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonewebdesign%2Fpier-companies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonewebdesign%2Fpier-companies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonewebdesign%2Fpier-companies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonewebdesign%2Fpier-companies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonewebdesign","download_url":"https://codeload.github.com/simonewebdesign/pier-companies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonewebdesign%2Fpier-companies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32745490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T04:17:25.415Z","updated_at":"2026-05-07T16:19:36.366Z","avatar_url":"https://github.com/simonewebdesign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel-REST\n\nA demo implementation of the Ruby on Rails RESTful architecture, built in Laravel. This demo app is complete of documentation ~~and a PHPUnit test suite~~ (not yet).\n\n\n# Installation\n\n4 easy steps:\n\n1.  Check the Laravel [requirements](http://laravel.com/docs/install#requirements);\n\n2.  Clone the repo:\n\n        $ git clone git://github.com/simonewebdesign/Laravel-REST.git\n\n3.  Create the `laravelrest` database:\n\n        $ mysql -u root\n        Welcome to the MySQL monitor.  Commands end with ; or \\g.\n    \n        mysql\u003e create database laravelrest;\n        Query OK, 1 row affected (0.00 sec)\n\n4.  Run the migrations:\n\n        $ php artisan migrate:install\n        Migration table created successfully.\n        $ php artisan migrate\n        Migrated: application/2013_01_19_162009_create_companies_table\n        Migrated: application/2013_02_05_154929_add_description_to_company.php\n        ...\n\n#[Laravel](http://laravel.com) - A PHP Framework For Web Artisans\n\nLaravel is a clean and classy framework for PHP web development. Freeing you\nfrom spaghetti code, Laravel helps you create wonderful applications using\nsimple, expressive syntax. Development should be a creative experience that you\nenjoy, not something that is painful. Enjoy the fresh air.\n\n[Official Website \u0026 Documentation](http://laravel.com)\n\n## Feature Overview\n\n- Simple routing using Closures or controllers.\n- Views and templating.\n- Driver based session and cache handling.\n- Database abstraction with query builder.\n- Authentication.\n- Migrations.\n- PHPUnit Integration.\n- A lot more.\n\n## A Few Examples\n\n### Hello World:\n\n```php\n\u003c?php\n\nRoute::get('/', function()\n{\n\treturn \"Hello World!\";\n});\n```\n\n### Passing Data To Views:\n\n```php\n\u003c?php\n\nRoute::get('user/(:num)', function($id)\n{\n\t$user = DB::table('users')-\u003efind($id);\n\n\treturn View::make('profile')-\u003ewith('user', $user);\n});\n```\n\n### Redirecting \u0026 Flashing Data To The Session:\n\n```php\n\u003c?php\n\nreturn Redirect::to('profile')-\u003ewith('message', 'Welcome Back!');\n```\n\n## Contributing to Laravel\n\nContributions are encouraged and welcome; however, please review the Developer\nCertificate of Origin in the \"license.txt\" file included in the repository. All\ncommits must be signed off using the `-s` switch.\n\n```bash\ngit commit -s -m \"this commit will be signed off automatically!\"\n```\n\n## License\n\nLaravel is open-sourced software licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonewebdesign%2Fpier-companies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonewebdesign%2Fpier-companies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonewebdesign%2Fpier-companies/lists"}