-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b9d39b
commit cc26d67
Showing
64 changed files
with
378 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
composer.lock | ||
build | ||
vendor | ||
.phpunit.result.cache | ||
.phpunit.result.cache | ||
./phpunit.xml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2013 Phil Sturgeon <[email protected]> | ||
Copyright (c) 2013-2024 Phil Sturgeon <[email protected]> | ||
Copyright (c) 2024 PHP Open Source Saver | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal; | ||
namespace PHPOpenSourceSaver\Fractal; | ||
|
||
use League\Fractal\Resource\ResourceInterface; | ||
use League\Fractal\Serializer\DataArraySerializer; | ||
use League\Fractal\Serializer\Serializer; | ||
use PHPOpenSourceSaver\Fractal\Resource\ResourceInterface; | ||
use PHPOpenSourceSaver\Fractal\Serializer\DataArraySerializer; | ||
use PHPOpenSourceSaver\Fractal\Serializer\Serializer; | ||
|
||
/** | ||
* Manager | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
/** | ||
* A generic cursor adapter. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
/** | ||
* A common interface for cursors to use. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?php | ||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
use Doctrine\ORM\Tools\Pagination\Paginator; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
use Illuminate\Contracts\Pagination\LengthAwarePaginator; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
use Pagerfanta\Pagerfanta; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
/** | ||
* A common interface for paginators to use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
/** | ||
* A paginator adapter for PhalconPHP/pagination. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal\Pagination; | ||
namespace PHPOpenSourceSaver\Fractal\Pagination; | ||
|
||
use Zend\Paginator\Paginator; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of the League\Fractal package. | ||
* This file is part of the PHPOpenSourceSaver\Fractal package. | ||
* | ||
* (c) Phil Sturgeon <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace League\Fractal; | ||
namespace PHPOpenSourceSaver\Fractal; | ||
|
||
/** | ||
* A handy interface for getting at include parameters. | ||
|
Oops, something went wrong.