Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahattincinic/psr-0-autoloading
PSR-0 Autoloading Standard Sample
https://github.com/bahattincinic/psr-0-autoloading
Last synced: about 1 month ago
JSON representation
PSR-0 Autoloading Standard Sample
- Host: GitHub
- URL: https://github.com/bahattincinic/psr-0-autoloading
- Owner: bahattincinic
- Created: 2013-10-29T11:18:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T11:46:52.000Z (about 11 years ago)
- Last Synced: 2023-04-27T16:49:01.130Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PSR-0 Autoloading Standard
=================Sample Project Template Symfony2
├── app
│ └── Bootsrap.php
├── vendor
│ └── Symfony
│ └── Component
│ └── HttpFoundation
│ └── Response.php
└── web
└── index.php