Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Apiato

A framework for building API-Centric Apps with PHP
Collective - Host: opensource - https://opencollective.com/apiato - Website: https://apiato.io/ - Code: https://github.com/apiato/apiato

support appending default includes for transformer from controller

github.com/apiato/apiato - de3afdb9f16878a2981047404ab7095380f2243b authored almost 8 years ago
update the Slack link to automated invites

github.com/apiato/apiato - 08b00baa0cbee4f5f7fbe5ba042f9d4a5bf95335 authored almost 8 years ago
update the installation steps

github.com/apiato/apiato - ab52f8c6066a43327df894587c766b3f8bd14f63 authored almost 8 years ago
remove optional packages

github.com/apiato/apiato - 7c383877c51f1dad384358505aa01e92f0d31e52 authored almost 8 years ago
update api docs header of the generated docs

github.com/apiato/apiato - f3d5e9996d4892affba55d969bcd222bea72ce33 authored almost 8 years ago
give more control to the rate limiting feature

github.com/apiato/apiato - a3619873660a4c3e6adab3e245648ae0ade30f12 authored almost 8 years ago
move conventions to index page in Docs

github.com/apiato/apiato - a41f4c0a40436d1f0119a2f9c98a344da5eaa45b authored almost 8 years ago
Merge branch 'oauth2' of github.com:apiato/apiato

* 'oauth2' of github.com:apiato/apiato: (43 commits)
update travis config to run on PHP 7.0 an...

github.com/apiato/apiato - f6d1a324eace41e3d06de6a2ee946ffb0b6cb011 authored almost 8 years ago
update travis config to run on PHP 7.0 and 7.1

github.com/apiato/apiato - 8cf32629af087b32bb2fe06d2795d311908230a6 authored almost 8 years ago
update exception handler to fix tests when debug is off

github.com/apiato/apiato - 09876c0c6f8b66a021314dc1b0d8f83e73f4a113 authored almost 8 years ago
update/upgrade the documentation

github.com/apiato/apiato - fe74fd91a1229da45a3c40f2eeb9f49a160ae56e authored almost 8 years ago
implement logout APi endpoint

github.com/apiato/apiato - 67c070cf6fd4f05990d88e42c322e099150bf947 authored almost 8 years ago
web login to be continue

github.com/apiato/apiato - da98e944b87f0b9119b64f75850cf8783333d995 authored almost 8 years ago
return null when user token not avaialble

github.com/apiato/apiato - 23e889eba4f15498819dc904964a467bf75d7966 authored almost 8 years ago
add HASH_ID_LENGTH to the env

github.com/apiato/apiato - 261dc90b15c3223f829a4af81d42452d8db72b0f authored almost 8 years ago
rename doc generator command to apiato:documentation

github.com/apiato/apiato - d7a384c2ba9ceb8f192636c32a4e914927ca0f68 authored almost 8 years ago
move generator to containers

github.com/apiato/apiato - fb0aa5b25e7a480fec06d510a4d22040f05cfb7e authored almost 8 years ago
update documentation design

github.com/apiato/apiato - aa55956deb5f2dd945db85fb295a0649aa5057e6 authored almost 8 years ago
upgrade some dependecnies

github.com/apiato/apiato - beee53c46935f8852f58e03f6e941887f681b72f authored almost 8 years ago
update Travis config

github.com/apiato/apiato - 142a9107950a061a5aed1ec20df37a5a09ee1b76 authored almost 8 years ago
update travis env

github.com/apiato/apiato - 0ed85e41e29170fcc3f57594bfc93179d165431c authored almost 8 years ago
set default response serializer

github.com/apiato/apiato - f596d216e7862b4dd6664a7d5f1d5bc5d18fb7f3 authored almost 8 years ago
cleanup the env file

github.com/apiato/apiato - c9aa3417ed054e87bb015ad50b5c48104fa22d73 authored almost 8 years ago
update all endpoints documentations to include the version number

github.com/apiato/apiato - 64a64f0a86b0b3c1d246cdc6de24a19837493384 authored almost 8 years ago
add 2 OAuth endpoints to the API docs

github.com/apiato/apiato - bcf51f1593d27f5134b9b96d2e694e0fdf9621ba authored almost 8 years ago
update listing users tests and actions

github.com/apiato/apiato - 66683fa814b849961c9d64c67523de649a936aad authored almost 8 years ago
move token transformer from user to it's own transformer

github.com/apiato/apiato - 38d220e71b5754feb43ca3cd3d6d172fb3c88333 authored almost 8 years ago
update all tests endpoints to use versioning

github.com/apiato/apiato - 8ac72da1b3f08d1275df452a03ed2bd3f967da84 authored almost 8 years ago
handle method not allowed exception

github.com/apiato/apiato - 25cdfd69cc8a1f9d57168bb5a5032fbd992a1481 authored almost 8 years ago
activate API versioning in URL

github.com/apiato/apiato - 583021793a57052f9937988d0a4fcb704183ea25 authored almost 8 years ago
uncomment a test

github.com/apiato/apiato - 149cbb41b644cbe340f69ce4446a1afce68fb9c8 authored almost 8 years ago
create token trait

github.com/apiato/apiato - 58c53d870057daa2a65690d33e829faa6af18d2d authored almost 8 years ago
change token expires from days to minutes and print it in the docs header

github.com/apiato/apiato - fe7d0eb84cbfc18efc1d11e19c2b96e3d0abdfca authored almost 8 years ago
remove some middleware's and add custom middleware to fix response headers

github.com/apiato/apiato - c46faca9c1f008332f9e13f8a9698dc28223bc0c authored almost 8 years ago
replace authe middleware and fix some tests

github.com/apiato/apiato - ebdcb9758e145ce2bca3295c124947c5b8e36159 authored almost 8 years ago
handle more exceptions types (temporarly)

github.com/apiato/apiato - 44b91333278bd34933e6d7df21f257a421284fae authored almost 8 years ago
change the token response format

github.com/apiato/apiato - 2c2d765b5e59cac71571e7fbcc5eb6ca2ca845cc authored almost 8 years ago
add expires in and other variables to the apiato config file

github.com/apiato/apiato - cdfe0f6168642150ac129e0a5fe03d7790369f5e authored almost 8 years ago
fix all the tests, now running OAuth

github.com/apiato/apiato - 3cbd8e8823061e6299841eeefeaf035828fb98ee authored almost 8 years ago
install Passport for Tests

github.com/apiato/apiato - a8b39d55504ad24147c172e3d0df38f4af3d2252 authored almost 8 years ago
handle exception while creating token before client exist

github.com/apiato/apiato - ee5bcf22e174fd1d2530c80549ced2663e13232b authored almost 8 years ago
remove API name and use App Name in env

github.com/apiato/apiato - b914c6212bbea066a5de41dc991dbd98aee87fc1 authored almost 8 years ago
update Event Docs

github.com/apiato/apiato - 928a0ba276ce54ad1b7da0697e0f974fc9dbb320 authored almost 8 years ago
rename respond to transform and add some additional helper functions

github.com/apiato/apiato - 1b4cf65d138161a0025ba88b47edccf795d69e4e authored almost 8 years ago
format validation exception

github.com/apiato/apiato - 1aed09e904f1256b88dab52415db99c290f67bdb authored almost 8 years ago
use passport middleware auth:api instead of Dingo api.auth

github.com/apiato/apiato - 20f23794f43c04efd98c16fef1052dab1152c0a1 authored almost 8 years ago
require laravel passport and include it's config file

github.com/apiato/apiato - 754bc6f2b707f6088c6274d67545b7ffa35387dc authored almost 8 years ago
rename response trait to fractal

github.com/apiato/apiato - fb2914af2c8df60ba24600402ef96d68123ccbac authored almost 8 years ago
add more configs to apiato default config file

github.com/apiato/apiato - 4915dc2b033e909f12217055accf6ab0ee610ed8 authored almost 8 years ago
add full serializer path in env

github.com/apiato/apiato - f639b1b6ee79df7caf000bc8ced1bd97ae4ae3d1 authored almost 8 years ago
switch updateUser authentication to `actingAs`

github.com/apiato/apiato - 7a62455062ee9ba55a2508c5b796240c519ace39 authored almost 8 years ago
installed Laravel passport

github.com/apiato/apiato - 8a697485ed03c87ce61ad864aba649375689695b authored almost 8 years ago
update ENV variables

github.com/apiato/apiato - 06b10a1d98fc529b71eb1d2ea8a15813622cf06f authored almost 8 years ago
refactor the test request and response traits

github.com/apiato/apiato - c1a3c15cc3af1f208a6bffaae5c54afd31cc1886 authored almost 8 years ago
upgrade all API tests to 5.4

github.com/apiato/apiato - fc440b73758698a3617277e2f6af21e5c5b304c9 authored almost 8 years ago
upgrading test from laravel/browser-kit-testing to 5.4

github.com/apiato/apiato - bfb0fce1359d304160e9ddcfceefb7d64f6de54b authored almost 8 years ago
delete the default laravel test directory

github.com/apiato/apiato - 0e4e079aa68db0e5f9a863a84e2ce7c7f320cd5d authored almost 8 years ago
update readme, repalce gitter with slack

github.com/apiato/apiato - 0f80271b49d74317be4d42c280f4d5c618676a78 authored almost 8 years ago
Add Beerpay's badge

github.com/apiato/apiato - 07757634a6c7ca32934641fdce83e36921c2ec7b authored almost 8 years ago
add contribution.md incomplete

github.com/apiato/apiato - df8d49bf84f39d274c30bfa85d26dfeac5a0d54b authored almost 8 years ago
fix typo in docs

github.com/apiato/apiato - ba00b093dbc3cc36ad3f3efa148fd066f93f2b61 authored almost 8 years ago
change protecting endpoint to permissions instead of roles

and remove the default roles

(Core)

github.com/apiato/apiato - 21003b682a2da9c163c8043e2e7ff9a26d6d59a0 authored almost 8 years ago
Merge branch 'master' of github.com:apiato/apiato

* 'master' of github.com:apiato/apiato:
remove the country container.

github.com/apiato/apiato - f9ff58af875af196f75e5598e30077ba8aa713be authored almost 8 years ago
releasing the first draft of the components generator

Still a lot of work to do here. I'll be working on this in public, and hopefully get some help t...

github.com/apiato/apiato - 370707b4330ed29e7598531f0f3cbd5c1d5e13fe authored almost 8 years ago
update queues docs

github.com/apiato/apiato - 083ba05044adb505f37e223958a4728d71d89aa5 authored almost 8 years ago
remove the country container.

github.com/apiato/apiato - 248db877f2ae88a6c743170411430399d3ccafbc authored almost 8 years ago
fix failed_jobs migration

github.com/apiato/apiato - 5247d9bb38898677b74d786daecce79244fd8c3c authored almost 8 years ago
add queues docs section

github.com/apiato/apiato - b3465cd7d097e8a03aa9687c5ee369c7a7a9ae2d authored almost 8 years ago
change some default env variables

github.com/apiato/apiato - 4ab2de6dd59475c008a7d22e99c397a592eba0dc authored almost 8 years ago
add queue table that gets migrated when database is the queue driver

github.com/apiato/apiato - fe0bae68b413d6c173d85965d664779093a84121 authored almost 8 years ago
update docs formats and remove unupdated pages

github.com/apiato/apiato - e026e96e64d4a798c6feca6c7e3aed8e1dcdd77f authored almost 8 years ago
update folder structures in the docs

github.com/apiato/apiato - 6c03e2e6aa04d93b7ad4414e4c6bcfacc3527d64 authored almost 8 years ago
fix syntax highlighting in docs

github.com/apiato/apiato - e7e999d51ee4f1734919db42b5263f280b2dd5b5 authored almost 8 years ago
syntax highlighting some docs

github.com/apiato/apiato - 2bb0bf6115aad75b89dc8ebbc8339f183dc2faf9 authored almost 8 years ago
update jobs docs

github.com/apiato/apiato - f851b36de9fec35672175e01c7b1816be2c18f85 authored almost 8 years ago
update response in docs

github.com/apiato/apiato - 2b9e671ef8654f21c6f96f2f33415bb8de93c5df authored almost 8 years ago
fix typo in the docs

github.com/apiato/apiato - 0934f3610fc4fd62209a61696600a52de3916868 authored almost 8 years ago
add g.a.k

github.com/apiato/apiato - 6fc21bcc9651c992e2b39258fd599e6822e028bd authored almost 8 years ago
fix repository url

github.com/apiato/apiato - d043823c167b8e7d1b157a3f65ec09e23e72c4de authored almost 8 years ago
site editing

github.com/apiato/apiato - 60d804e794f99dd663d6051314479bf4410b9a32 authored almost 8 years ago
simple doc update

github.com/apiato/apiato - 544897bb387465fcbce2699463cc0254944bb615 authored almost 8 years ago
Merge branch 'master' of github.com:apiato/apiato

* 'master' of github.com:apiato/apiato:
Update CNAME

github.com/apiato/apiato - b0c9319bdc2d97f5e79fb941e11668200dab8d93 authored almost 8 years ago
update documentation domain

github.com/apiato/apiato - 34776ac6b7a763913860bb99713d07f7b02453a6 authored almost 8 years ago
Update CNAME

github.com/apiato/apiato - dd51a5e823f27934f82748fe462257d4e0773d6b authored almost 8 years ago
more documentation editing

github.com/apiato/apiato - c6e7d4705eea7dc0a0b6328f4f6018286ec4b440 authored almost 8 years ago
Create CNAME

github.com/apiato/apiato - 52abe1b97afb0ac505787dcdc570fc328a910da0 authored almost 8 years ago
move documentation from readme..io to jekyll

github.com/apiato/apiato - 6519c45951011fe3ee1836899d372ae853e6de42 authored almost 8 years ago
update porto documentation link

github.com/apiato/apiato - 2b26f97d320dca353964c3f4c7c5b53415e991ce authored almost 8 years ago
add CONTRIBUTING.md and rename readme to README

github.com/apiato/apiato - 7cedc71416489c8241a1144f154620511ea5cae2 authored almost 8 years ago
run composer update!

github.com/apiato/apiato - a1e9285adb02535b116732519e063108b8a97407 authored almost 8 years ago
random updates and fixes

github.com/apiato/apiato - 3aebe26e4fd5582ae82f7fad3701487453b542b4 authored almost 8 years ago
Goodbye API! Hello apiato

github.com/apiato/apiato - 13c8e27b8bc18c14acf56ed5eb65e59a9c2d720e authored almost 8 years ago
some refactoring in the docs generator container

github.com/apiato/apiato - cdd7152edeadd4618fbf43c1a9c7d5bd72b7fcf3 authored almost 8 years ago
get rid of the APP_URL form the env

github.com/apiato/apiato - 438a018186a5b670b882a3e5dab2795b5db99d0c authored almost 8 years ago
use app full URL instead of API url for the doc gen

github.com/apiato/apiato - 9e297846e0bba93dc2e9716af2e62f911fa12bae authored almost 8 years ago
change how docs are generated, so support multiple types

User will only cange the config file to generate new docs,
no need to create objects or anything...

github.com/apiato/apiato - f41b2c1b8c7955d3512d322e1b3f22bb0dd11c6b authored almost 8 years ago
set beantalkd host to localhost by default

github.com/apiato/apiato - ce9edaa8275adb0a9a9a08b09845d1bace7206d8 authored almost 8 years ago
add ability to determine docs type from the config file

github.com/apiato/apiato - bed694e9660f2c9a98fd67921e79dce92bf2eebb authored almost 8 years ago
make tests pass with hasehd ID enabled/disabled

github.com/apiato/apiato - 1b7f7ea8c241cc58b386c8175a978394fbadb957 authored almost 8 years ago
fix a typo

github.com/apiato/apiato - b6a9d1847801b1e5aeeda0e6dfd1204f77181fac authored almost 8 years ago