{"id":13754084,"url":"https://github.com/rawphp-framework/rawphp","last_synced_at":"2025-10-27T09:30:34.949Z","repository":{"id":22754410,"uuid":"97229740","full_name":"rawphp-framework/rawphp","owner":"rawphp-framework","description":"A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.","archived":false,"fork":false,"pushed_at":"2022-09-30T20:30:28.000Z","size":1804,"stargazers_count":35,"open_issues_count":5,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-01T04:31:43.576Z","etag":null,"topics":["cakephp","laravel","laravel-application","laravel5-package","laravel54","micro-framework","microservice","oophp","oopphp","php-framework","php-server","php7","rawphp","rawphp-framework","slim"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/web-development-with-php-build-a-nice-job-recruitment-site/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawphp-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-14T12:02:32.000Z","updated_at":"2024-05-12T09:38:49.000Z","dependencies_parsed_at":"2022-08-07T10:16:09.786Z","dependency_job_id":null,"html_url":"https://github.com/rawphp-framework/rawphp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawphp-framework%2Frawphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawphp-framework%2Frawphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawphp-framework%2Frawphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawphp-framework%2Frawphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawphp-framework","download_url":"https://codeload.github.com/rawphp-framework/rawphp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238471965,"owners_count":19478138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cakephp","laravel","laravel-application","laravel5-package","laravel54","micro-framework","microservice","oophp","oopphp","php-framework","php-server","php7","rawphp","rawphp-framework","slim"],"created_at":"2024-08-03T09:01:39.198Z","updated_at":"2025-10-27T09:30:34.380Z","avatar_url":"https://github.com/rawphp-framework.png","language":"JavaScript","readme":"# RawPHP Framework\n\nRawPHP is powerful and robust PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone. RawPHP was built for teams with ever changing team members.\n\nRawPHP comes with complete user authentication system built-in and ready to use out of the box. \n\n## Tutorial \nTake the full tutorial here on [Udemy](https://www.udemy.com/web-development-with-php-build-a-nice-job-recruitment-site/)\n\n## Installation\nThere are two ways to install RawPHP:\n\n* The first way, (recommended) is to use [Composer](https://getcomposer.org/) to install RawPHP.\nNavigate to the folder in your computer where you wish to install RawPHP, then run the below code in your command line\n```\n$ composer create-project --prefer-dist partner/rawphp\n```\n\n* The second way (only use this if the first method doesn't work for you) is to clone `https://github.com/rawphp-framework/rawphp.git` into your local machine, then CD into it and run `composer install` in your command line. If you don't have composer already installed in your system, do download and installed  [Composer](https://getcomposer.org/) . \n\n\nBoth methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.\n\n## Usage\n\nThere are two ways to run RawPHP\n\n### Running your app\nAfter RawPHP has installed, you can run it by using the built-in PHP server. Navigate to the root folder and run the below command:\n```\n$ php -S localhost:8000 -t public\n\n```\nGoing to http://localhost:8000/ will now display your default Homepage.\n\n### Wamp, LAMP or XAMP server\nOtherwise, you can just put it in your wamp/www or xxamp htdocs folder and access it by visiting the url on your browser `localhost/your-rawphp-folder/public`\n\n\nFor more information on how to configure your web server, see the [Documentation](https://www.slimframework.com/docs/start/web-servers.html).\n## Facebook Group\n[RawPHP Framework on Facebook](https://web.facebook.com/groups/333709167080292/?source=create_flow)\n\n## Mailing List \nJoin [this mailing list](http://eepurl.com/cXRGdD)\n\n## Tests\n\nTo execute the test suite, you'll need phpunit.\n\n```bash\n$ phpunit\n```\n\nNow you have a copy of RawPHP and it's working fine, you'll need to setup your RawPHP database to complete this installation. The full [installation instructions are here](https://github.com/rawphp-framework/rawphp-docs/blob/master/docs/start/installation.md) . Enjoy.\n\n## Documentation\nBelow is the  link to the documentation and tutorials\n\n- [Documentation](https://github.com/rawphp-framework/rawphp-docs)\n- [Sample blog application tutorial](https://github.com/rawphp-framework/RawPHP-docs/blob/master/docs/tutorial/first-app.md)\n- Build a Job recruitment platform using this [Youtube Video Tutorials](https://www.youtube.com/watch?v=hzRXYrdR4m0\u0026list=PLnBvgoOXZNCM_cxMH8rhLVch_YQbUL5el)\n- [Website](https://github.com/rawphp-framework/rawphp-website)\n\n\n## Contributing\nIf you make any tutorial on RawPHP, please [report it as an issue](https://github.com/rawphp-framework/rawphp/issues) so we can add it to one of the resources. \n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n\n## Security\n\nIf you discover security related issues, please use the issue tracker (for now).\n\n\n## License\n\nThe RawPHP Framework is licensed under the MIT license. See [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":["php7"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawphp-framework%2Frawphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawphp-framework%2Frawphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawphp-framework%2Frawphp/lists"}