Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmo00/my-illuminate-collection


https://github.com/emmo00/my-illuminate-collection

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

# My Illuminate Collection

This is my attempt to implement `Illuminate\Support\Collection` from the Laravel Framework.

This is mainly for learning purpose and practicing php

## Run Tests

```bash
cd my-illuminate-collection
composer install
composer dump-autoload
./vendor/bin/phpunit tests
```

- [ ] Implemented unittests with PHPUnit
- [ ] Implemented unittests with Pest