PHPackages                             alirezaevil81/freepik-geter - 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. [Image &amp; Media](/categories/media)
4. /
5. alirezaevil81/freepik-geter

ActiveLibrary[Image &amp; Media](/categories/media)

alirezaevil81/freepik-geter
===========================

Get photos and vectors and.... from the Freepik site

831PHP

Since Feb 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alirezaevil81/freepik-geter)[ Packagist](https://packagist.org/packages/alirezaevil81/freepik-geter)[ RSS](/packages/alirezaevil81-freepik-geter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Laravel Logo](https://camo.githubusercontent.com/5f7b80b05bbebd811a20d300a1a6a476eae0ca3f4b73c86e35942ddd61fd548e/68747470733a2f2f636f6e74656e742e7073746d6e2e696f2f62303664616135312d366432662d346538642d396562312d6531313739396163656337382f526e4a6c5a58427061313951636d6c7459584a35583278765a32396655476c7261554a73645756664d4445756347356e)](https://freepik.com)

[![PHP ](https://camo.githubusercontent.com/4f38f400cec0c37c755cf663b22c3a26ec0b29e20a25fc68827c9eecfefca1d2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2d47757a7a6c652d344635423933)](https://camo.githubusercontent.com/4f38f400cec0c37c755cf663b22c3a26ec0b29e20a25fc68827c9eecfefca1d2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2d47757a7a6c652d344635423933)[![license Mit](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

freepik-geter
=============

[](#freepik-geter)

📸 Get photos and vectors and.... from the Freepik site
------------------------------------------------------

[](#-get-photos-and-vectors-and-from-the-freepik-site)

### Api : Made by 🔗[API Freepik](https://docs.freepik.com/).

[](#api--made-by-api-freepik)

### Options :

[](#options-)

---

OptionsDescriptionresourcesGet a list of resources paginated by different filtersresources-detailGet a list of resources paginated by different filtersresources-downloadDownload a resourceresources-download-by-formatDownload a specific format of a resource by its id and format typeplanGet the details of the plan the developer hasplan-usageGet the plan usage by developericonsGet a list of icons paginated by different filters.icon-detailGet icon detailicons-downloadDownload icon### how to use

[](#how-to-use)

---

1.install by composer:

```
composer require alirezaevil81/freepik-geter
```

2.signup or login [www.freepik.com](http://www.freepik.com) and get your api key on [www.freepik.com/api](http://www.freepik.com/api)

3.Create an object using your unique API key:

```
$freepik = new FreepikAPi("YOUR_API_KEY");
```

#### for example :

[](#for-example-)

Get 4 resources from page one according to the word `"car"` and apply other filters and display them in the output

```
$freepik->resources(1, 'car', 4, 'random')->orientation(true)->quickEdit(false)->choice(false)->contentType(true)->people(true,false,4)->request()->showResources();
```

Save the `jpg` image in the `img` folder

```
$freepik->resourceDownloadByFormat('13240356', 'jpg')->request()->getResourceByFormat('img');
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/5142ebaaac612f55743f01bc981a6a61a49545c9dfa58b23e3c924189c862460?d=identicon)[alirezaevil](/maintainers/alirezaevil)

---

Top Contributors

[![alirezaevil81](https://avatars.githubusercontent.com/u/60322583?v=4)](https://github.com/alirezaevil81 "alirezaevil81 (12 commits)")

### Embed Badge

![Health badge](/badges/alirezaevil81-freepik-geter/health.svg)

```
[![Health](https://phpackages.com/badges/alirezaevil81-freepik-geter/health.svg)](https://phpackages.com/packages/alirezaevil81-freepik-geter)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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