Download the PHP package webrteu/stripe without Composer

On this page you can find all versions of the php package webrteu/stripe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stripe

WeBRTeu Stripe

PHP Version Laravel Version License

Acest pachet oferă integrarea cu Stripe pentru procesarea plăților și gestionarea webhook-urilor, fiind special configurat pentru aplicația Auditor. Pachetul gestionează automat evenimentele Stripe și se integrează cu modulul intern de facturare.

Cerințe

Instalare

Poți instala pachetul folosind Composer:

(Notă: Dacă pachetul se instalează din stadiul de dezvoltare, poți folosi composer require webrteu/stripe:@dev)

Publicarea Configurării

Publică fișierul de configurare necesar pentru setările Stripe:

Acest lucru va genera un fișier config/stripe.php în cadrul aplicației principale.

Configurare

Adaugă următoarele variabile în fișierul tău .env:

Important: Asigură-te că ruta de webhook este exclusă din validarea CSRF. Modifică excepțiile în bootstrap/app.php (specific Laravel 11+) sau în Middleware-ul VerifyCsrfToken.php:

Utilizare Webhook

Pachetul definește și exportă automat o rută /stripe/webhook, pe care Stripe o poate apela pentru a notifica sistemul în legătură cu statusul plăților.

Controller-ul central este WeBRTeu\Stripe\Http\Controllers\StripeWebhookController și procesează următoarele evenimente din Stripe:

Extindere sau Modificare Webhook

Ruta implicită poartă numele de stripe.webhook. Dacă ai nevoie să modifici comportamentul implicit, poți extinde / suprascrie controller-ul din aplicația principală sau poți defini seturi complet noi de funcționalități respectând fluxul existent.

Testare Locală

În mediul de dezvoltare (APP_ENV=local), dacă valoarea din .env pentru webhook (STRIPE_WEBHOOK_SECRET) este lăsată temporar la valoarea whsec_your_webhook_secret_here, pachetul va renunța automat la verificarea semnăturii pentru a facilita testarea mai ușoară cu payload-uri dummy.

Autor

Licență

Proiectul este distribuit sub licența MIT.


All versions of stripe with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^10.0|^11.0|^12.0
stripe/stripe-php Version ^10.0|^11.0|^12.0|^13.0|^14.0|^15.0|^16.0|^17.0|^18.0|^19.0
webrteu/invoicing Version ^1.0
dompdf/dompdf Version ^3.1
filament/filament Version ^3.3
laravel/framework Version ^12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package webrteu/stripe contains the following files

Loading the files please wait ...