11---
2- title : Swap – PHP currency conversion library
2+ title : " Swap: PHP currency conversion library"
33description : PHP currency conversion library for retrieving exchange rates from 30 providers, with caching and fallback. Maintained since 2014.
44---
55
@@ -24,11 +24,11 @@ You can integrate a single exchange rate API directly in your application.
2424
2525Swap is useful when you need more than a single provider:
2626
27- - ** Provider abstraction** — switch providers without rewriting your code
28- - ** Fallback support** — if one provider fails, another can be used automatically
29- - ** Unified interface** — all providers share the same API
30- - ** Caching** — reduce API calls and improve performance
31- - ** Flexibility** — combine public and commercial providers
27+ - ** Provider abstraction: ** switch providers without rewriting your code
28+ - ** Fallback support: ** if one provider fails, another can be used automatically
29+ - ** Unified interface: ** all providers share the same API
30+ - ** Caching: ** reduce API calls and improve performance
31+ - ** Flexibility: ** combine public and commercial providers
3232
3333For simple use cases, calling a single API may be enough.
3434
@@ -79,10 +79,10 @@ Source code, full documentation, providers list, and issue tracker:
7979
8080## Related packages
8181
82- - [ Swap] ( https://github.com/florianv/swap ) – easy-to-use PHP currency conversion library (this package).
83- - [ Exchanger] ( https://github.com/florianv/exchanger ) – lower-level, more granular alternative; direct access to provider implementations.
84- - [ Laravel Swap] ( https://github.com/florianv/laravel-swap ) – Laravel application of Swap.
85- - [ Symfony Swap] ( https://github.com/florianv/symfony-swap ) – Symfony integration of Swap.
82+ - [ Swap] ( https://github.com/florianv/swap ) : easy-to-use PHP currency conversion library (this package).
83+ - [ Exchanger] ( https://github.com/florianv/exchanger ) : lower-level, more granular alternative; direct access to provider implementations.
84+ - [ Laravel Swap] ( https://github.com/florianv/laravel-swap ) : Laravel application of Swap.
85+ - [ Symfony Swap] ( https://github.com/florianv/symfony-swap ) : Symfony integration of Swap.
8686
8787## Documentation
8888
0 commit comments