An open API service indexing awesome lists of open source software.

https://github.com/morphable/skeleton-3rd-party

skeleton for my next projects
https://github.com/morphable/skeleton-3rd-party

Last synced: 2 months ago
JSON representation

skeleton for my next projects

Awesome Lists containing this project

README

          

# Skeleton with 3rd party libraries

### Structure

```
root
├── src
│ ├── Domain
│ ├── Infrastructure
│ ├──── Controllers
│ └── Shared
├── config
│ └── bootstrap.php
├── public
│ └── index.php
├── views
└── tests
```