Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brentnd/phin
Simple setup which uses Laravel components to make simple PHP sites.
https://github.com/brentnd/phin
blade laravel php routing website
Last synced: 1 day ago
JSON representation
Simple setup which uses Laravel components to make simple PHP sites.
- Host: GitHub
- URL: https://github.com/brentnd/phin
- Owner: brentnd
- License: mit
- Created: 2017-04-01T01:53:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T12:01:47.000Z (almost 6 years ago)
- Last Synced: 2025-02-20T00:44:56.741Z (1 day ago)
- Topics: blade, laravel, php, routing, website
- Language: PHP
- Homepage: https://brentnd.github.io/phin/
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phin
Phin is a simple collection of PHP packages which ties together Illuminate components to make simple PHP sites.
The goal is to have sites created with Phin have maximum similarities with Laravel applications while minimizing the code needed. Hopefully this results in a thin PHP site framework that is easily maintainable (to keep up with Illuminate component updates) and can be easily migrated to a full Laravel application if the site requires the full set of features.
Check out [Phin Documentation](https://brentnd.github.io/phin/).