PHPackages                             bludata/base - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. bludata/base

AbandonedLibrary[HTTP &amp; Networking](/categories/http)

bludata/base
============

Pacote com funcionalidades básicas para criar uma API PHP

v4.0.2(8y ago)34.3k1MITPHPPHP &gt;=5.6.4

Since Jul 25Pushed 3y ago5 watchersCompare

[ Source](https://github.com/Bludata/base)[ Packagist](https://packagist.org/packages/bludata/base)[ Docs](https://github.com/raivieira/base-api-php)[ RSS](/packages/bludata-base/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (14)Versions (148)Used By (1)

[![](https://camo.githubusercontent.com/c824ef067874641c7558a98cac387284e86d6ea5c5c18816f17202c272c1d21d/68747470733a2f2f63646e2e7261776769742e636f6d2f426c75646174612f626173652f65366461326130332f6c6f676f2e706e67)](https://camo.githubusercontent.com/c824ef067874641c7558a98cac387284e86d6ea5c5c18816f17202c272c1d21d/68747470733a2f2f63646e2e7261776769742e636f6d2f426c75646174612f626173652f65366461326130332f6c6f676f2e706e67)

[![](https://camo.githubusercontent.com/fddc2bf42a64e48dddd86b4310914c0d75de84b1dd1fae531fbe2d913212ab78/68747470733a2f2f7472617669732d63692e6f72672f426c75646174612f626173652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Bludata/base)[![StyleCI](https://camo.githubusercontent.com/178d3e63149b3b3f54b1986ba5139b9b25ef2b5a94061ed543a41217ceedd215/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130323133383630332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/102138603)[![StyleCI](https://camo.githubusercontent.com/dd5b328100ee646cb10af3cffb0fc4dde01f9b82d448daff2c6de0156933816f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f426c75646174612f626173652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://styleci.io/repos/102138603)[![Codecov](https://camo.githubusercontent.com/16139dbfa7cdb0731863d95f6c16188a366f2d9875ea33dcb71bea71abc8c7ed/68747470733a2f2f636f6465636f762e696f2f67682f626c75646174612f626173652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bludata/base)

[![Total Downloads](https://camo.githubusercontent.com/cc1334b183e03da767a3064469aaaa57cea27a960c4a65362bed5520fb465669/68747470733a2f2f706f7365722e707567782e6f72672f626c75646174612f626173652f642f746f74616c2e737667)](https://packagist.org/packages/bludata/base)[![Latest Stable Version](https://camo.githubusercontent.com/a55d949636d59faa9161b88e51645af6f6902af8fdd7069e5d440910f67e8ea5/68747470733a2f2f706f7365722e707567782e6f72672f626c75646174612f626173652f762f737461626c652e737667)](https://packagist.org/packages/bludata/base)[![License](https://camo.githubusercontent.com/2ad61be5487b1ba07d8777394bb13668f3adb143976b09820a70d4af93aa4cfc/68747470733a2f2f706f7365722e707567782e6f72672f626c75646174612f626173652f6c6963656e73652e737667)](https://packagist.org/packages/bludata/base)

### Prerequisites

[](#prerequisites)

[Docker](https://docker.com)

```
$ curl -sSL https://get.docker.com/ | sh

```

### Installing

[](#installing)

Start all containers with `docker-compose`:

```
$ docker-compose up -d

```

Wait for all containers be started and run `composer` inside container `server`:

```
$ docker-compose exec server composer install

```

Running the tests
-----------------

[](#running-the-tests)

We use PHPUnit for unit tests, run it inside `server` container:

```
$ docker-compose exec server ./vendor/bin/phpunit

```

### And coding style tests

[](#and-coding-style-tests)

We use [PHP-FIR PSR's](http://www.php-fig.org/) recommendations, before send some code, please run an `php-cs-fixer` on your code and respect those standards.

Built With
----------

[](#built-with)

- [Laravel](https://www.laravel.com/docs/) - The PHP Framework For Web Artisans
- [Doctrine](http://www.doctrine-project.org/) - ORM/ODM

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](https://github.com/Bludata/base/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/bludata/base/tags).

Authors
-------

[](#authors)

See also the list of [contributors](https://github.com/bludata/base/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Acknowledgments
---------------

[](#acknowledgments)

- To make the world better, start with you

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 72.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

147

Last Release

2882d ago

Major Versions

v2.7.16 → v3.1.02018-02-20

v3.1.2 → v4.0.02018-04-13

v3.1.5 → v4.0.12018-04-26

v3.1.6 → v4.0.22018-06-08

v2.0.3 → v3.1.72018-07-24

PHP version history (2 changes)v1.1.1PHP &gt;=5.5.9

v1.3.3PHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/08472c4e849cfbbe54e06a8abfcdaefaaa655eddf66f2b19fcfa22e6a1ef3b2d?d=identicon)[cbsan](/maintainers/cbsan)

![](https://www.gravatar.com/avatar/5f232811692ccae466d504af869f3234845da0d834b7948d0863d8ede61eec7d?d=identicon)[jaschweder](/maintainers/jaschweder)

![](https://www.gravatar.com/avatar/775ac04707358448efb3199a2b5322c3a3e2f869c7ba25327ca0a0ba7fd710d8?d=identicon)[rafaelmees](/maintainers/rafaelmees)

![](https://www.gravatar.com/avatar/cc683de57a3e87c6290c07d4fe100983d5dd61fbf155a6616bfa97d6ee19b9c6?d=identicon)[raivieiraadriano92](/maintainers/raivieiraadriano92)

![](https://www.gravatar.com/avatar/952dccd5293c820b6aaf1d18d38638207f1098244fbc5d0af6539dfa9795e188?d=identicon)[antomarsi](/maintainers/antomarsi)

![](https://www.gravatar.com/avatar/8e99e0fd4c8e34a2f212649a3102ccab6f61ff087516463d44b54d5ebb28d58a?d=identicon)[LuizKrlz](/maintainers/LuizKrlz)

---

Top Contributors

[![jaswdr](https://avatars.githubusercontent.com/u/6409113?v=4)](https://github.com/jaswdr "jaswdr (176 commits)")[![raivieiraadriano92](https://avatars.githubusercontent.com/u/14861463?v=4)](https://github.com/raivieiraadriano92 "raivieiraadriano92 (19 commits)")[![LuizKrlz](https://avatars.githubusercontent.com/u/16242020?v=4)](https://github.com/LuizKrlz "LuizKrlz (19 commits)")[![jenkins-bludata](https://avatars.githubusercontent.com/u/23107005?v=4)](https://github.com/jenkins-bludata "jenkins-bludata (8 commits)")[![schastaj](https://avatars.githubusercontent.com/u/12184729?v=4)](https://github.com/schastaj "schastaj (8 commits)")[![rafaelmees](https://avatars.githubusercontent.com/u/17103167?v=4)](https://github.com/rafaelmees "rafaelmees (5 commits)")[![cbsan](https://avatars.githubusercontent.com/u/8722571?v=4)](https://github.com/cbsan "cbsan (5 commits)")[![antomarsi](https://avatars.githubusercontent.com/u/3804714?v=4)](https://github.com/antomarsi "antomarsi (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

apirestbludata

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bludata-base/health.svg)

```
[![Health](https://phpackages.com/badges/bludata-base/health.svg)](https://phpackages.com/packages/bludata-base)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[api-platform/serializer

API Platform core Serializer

274.8M87](/packages/api-platform-serializer)[api-platform/validator

API Platform validator component

274.6M27](/packages/api-platform-validator)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
