PHPackages                             doesangueorg/core - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. doesangueorg/core

ActiveProject[Utility &amp; Helpers](/categories/utility)

doesangueorg/core
=================

Online platform that helps you to found donors.

v1.0.0-beta(8y ago)871015[11 issues](https://github.com/givebloodorg/doesangue-core/issues)[4 PRs](https://github.com/givebloodorg/doesangue-core/pulls)MITPHPPHP &gt;=5.6.4CI passing

Since Aug 28Pushed 1mo ago8 watchersCompare

[ Source](https://github.com/givebloodorg/doesangue-core)[ Packagist](https://packagist.org/packages/doesangueorg/core)[ RSS](/packages/doesangueorg-core/feed)WikiDiscussions development Synced 2w ago

READMEChangelog (1)Dependencies (8)Versions (10)Used By (0)

Read about it [here](https://medium.com/@JoseCage/chegou-a-hora-do-adeus-doesangue-e-um-recome%C3%A7o-para-mim-faf11ab27163)

[![Packagist](https://camo.githubusercontent.com/ae9fc5df9642783790b3f3b62d56ee8555bf1f0d16f81a4cac41709f606509e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f6573616e6775656f72672f636f72652e737667)](https://packagist.org/packages/doesangueorg/core)[![All Contributors](https://camo.githubusercontent.com/d8d8b1dddb6c7bdd752cfb1d77530beeaff02399e39b8c9e4923ec62fd38aba6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f616c6c5f636f6e7472696275746f72732d332d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](#contributors)[![Build Status](https://camo.githubusercontent.com/c8380dc66c7681111b155e4b897489197ff6b114fb019eac9eeb99b92eb4581a/68747470733a2f2f7472617669732d63692e6f72672f646f6573616e6775656f72672f646f6573616e6775652d636f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/doesangueorg/doesangue-core)[![codecov](https://camo.githubusercontent.com/22ef3cf988c3f7180c0a1e095884258d817ad5aa36cf2732b18d1f5b22c59778/68747470733a2f2f636f6465636f762e696f2f67682f646f6573616e6775656f72672f646f6573616e6775652d636f72652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/doesangueorg/doesangue-core)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a03aacdbe13bb4a8552eb1f026e5b54d636ca89629c9232397eb38bb7ce4cd07/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f6573616e6775656f72672f646f6573616e6775652d636f72652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/?branch=master)[![Build Status](https://camo.githubusercontent.com/e1cd4012ca9d93a42b70234e6b59f0991b2b183891eb2d82834d10d400167c86/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f6573616e6775656f72672f646f6573616e6775652d636f72652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/a65f4bd1955e39d0fe5d14b05bde372e624ecb82034d38dbde21be8ec19e1673/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f6573616e6775656f72672f646f6573616e6775652d636f72652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/?branch=master)

#### Topics.

[](#topics)

- [What](#what)?
- [Why](#why)?
- [Instalation](#instalation)
- [Development](#development)
- [Contributing](#contributing)
- [Contributors](#contributors)

What?
-----

[](#what)

[doesangue.me](https://doesangue.me) is a free (and opensource and free) platform that connects people interesting in blood donation.

Why?
----

[](#why)

Instalation
===========

[](#instalation)

If you want to install locally or deploy to your server/infra please follow the guide at our [Wiki](https://github.com/doesangueorg/doesangue-core/wiki)

Development
-----------

[](#development)

### Docker

[](#docker)

- Docker 1.12+
- docker-compose 1.8+

```
docker-compose run app composer install # install php dependencies
```

```
docker-compose run app php artisan key:generate # generate the API_KEY
```

```
docker-compose run app php artisan migrate --seed # run the migrations
```

##### Artisan commands

[](#artisan-commands)

Using the command `docker-compose run app php artisan` you can see all available artisan commands

Ex:

```
docker-compose run app php artisan # list the commands
docker-compose run app php artisan route:list # list all routes of our API
```

#### Service

[](#service)

> By default the API run's in `localhost:8080`

```
docker-compose up # run's the service
```

To run the service in background:

```
docker-compose up -d # run's the service in background
docker-compose down # stop and kill the service
```

### Contributing

[](#contributing)

To contribute to this repo, please check the documentation/guide at [Contributing](CONTRIBUTING.md)

### Contributors

[](#contributors)

We consider and respect everybody that contribute to our project. Check the complete list of contributors in [CONTRIBUTORS](CONTRIBUTORS.md) doc.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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

Unknown

Total

1

Last Release

3228d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4200487?v=4)[José Cage ](/maintainers/josecage)[@JoseCage](https://github.com/JoseCage)

---

Top Contributors

[![JoseCage](https://avatars.githubusercontent.com/u/4200487?v=4)](https://github.com/JoseCage "JoseCage (294 commits)")[![vinicius73](https://avatars.githubusercontent.com/u/1561347?v=4)](https://github.com/vinicius73 "vinicius73 (10 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (9 commits)")[![Nazaretyma](https://avatars.githubusercontent.com/u/49339254?v=4)](https://github.com/Nazaretyma "Nazaretyma (3 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![pablolovera](https://avatars.githubusercontent.com/u/3923722?v=4)](https://github.com/pablolovera "pablolovera (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![sukuasoft](https://avatars.githubusercontent.com/u/97813540?v=4)](https://github.com/sukuasoft "sukuasoft (1 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")

---

Tags

api-serverdonationshelp-wantedlaravelphpsocial-networklaravelsocial

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/doesangueorg-core/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k169.0k9](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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